home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 686 b | 34 lines | [TEXT/ScoM] |
- (def-orchestra 'orchestra
- drums (hihat1 hihat2 snare bass riffsup)
- )
-
- (def-section-timesheet intro
- with 1/1
- tonality mt-32
- drums "--------"
- hihat1 "------- "
- hihat2 "--------"
- ;
- ; beats
- ;
- beat 1/16 ; !---!---!---!---!
- hihat1 "----------------" '(h) with '(65 55 45 75)
- hihat2 " - - - - - - - -" '(i) with '(65 55 45 75)
- bass "- - - - -" '(a) with '(65)
- snare " - - - - -" '(d) with '(65 55 65 75 75)
- beat 1/8t
- riffsup "------ " '(t r q) with '(30 40 50 60 70 80)
- )
-
- (def-channel
- drums 10
- )
-
- (def-tempo 75)
-
- (midiport :printer)
-
- (play-file-p "drumtest"
- drums '(intro)
- )
-